summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d492c8..6192c25 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ install:
cp rtv4d-dl $(DESTDIR)
distclean:
- rm rtv4d-dl
+ rm rtv4d-dl -f
clean:
- rm rtv4d-dl
+ rm rtv4d-dl -f